home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / extra_2 / flmgmtcl.zip / STDAFX.H < prev    next >
C/C++ Source or Header  |  1995-11-02  |  403b  |  13 lines

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5.  
  6. #include <afxwin.h>         // MFC core and standard components
  7. #include <afxext.h>         // MFC extensions
  8.  
  9. // If TEXT macro not defined in WIN16, define now
  10. #if !defined(WIN32) && !defined(TEXT)
  11. #define TEXT(s) s
  12. #endif
  13.